:root {
  --header-color: #fff;
  --header-top-color: #fff;
  --header-bot-color: #f26b1c;

  --btn-color: #f26b1c;
  --custom-fonts: Arial, sans-serif;
  font-size: 14px;
}

body,
html {
  font-size: 1rem;
}

body,
html,
button,
h2,
p,
span {
  font-family: var(--custom-fonts) !important;
  line-height: 1.2;
}

.btn-success_c4ea77126c1cd7f92d0c9c93c9e43205,
.survey_button_c4ea77126c1cd7f92d0c9c93c9e43205,
.info-button {
  border-radius: 10px !important;
}

.survey_button_c4ea77126c1cd7f92d0c9c93c9e43205 {
  border: 2px solid #f0f0f0 !important;
  color: #fff !important;
  padding: 5px 0 !important;
  margin: 5px 0 !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.74) !important;
}

p.question_c4ea77126c1cd7f92d0c9c93c9e43205,
.comments_face_c4ea77126c1cd7f92d0c9c93c9e43205,
.p_modal_c4ea77126c1cd7f92d0c9c93c9e43205 p,
.btn-lg_c4ea77126c1cd7f92d0c9c93c9e43205,
.intro-offer--review span {
  font-size: 1rem !important;
}

.main-content_c4ea77126c1cd7f92d0c9c93c9e43205 h2 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  text-transform: none !important;
}

.comment-status_c4ea77126c1cd7f92d0c9c93c9e43205 {
  font-size: 0.8rem !important;
}

.comments_face_c4ea77126c1cd7f92d0c9c93c9e43205 .comment-status_c4ea77126c1cd7f92d0c9c93c9e43205 span,
.comments_face_c4ea77126c1cd7f92d0c9c93c9e43205 .name_c4ea77126c1cd7f92d0c9c93c9e43205 {
  color: #3b5998 !important;
}

.all-content-wrapper_c4ea77126c1cd7f92d0c9c93c9e43205 {
  max-width: none;
  padding: 0;
}

.content_c4ea77126c1cd7f92d0c9c93c9e43205 {
  background-color: #f2f6f7;
}

p.name_c4ea77126c1cd7f92d0c9c93c9e43205 {
  font-weight: 700 !important;
}

.main-content_c4ea77126c1cd7f92d0c9c93c9e43205 {
  background-color: #fff;
}

.main-content_c4ea77126c1cd7f92d0c9c93c9e43205 h2 {
  font-weight: 300;
}

.p_modal_c4ea77126c1cd7f92d0c9c93c9e43205 p {
  font-weight: 400 !important;
}

#boxes {
  background-image: url(bgc.webp);
}

/* ---------------Global-Modifiers--------------- */

.flex_c4ea77126c1cd7f92d0c9c93c9e43205 {
  display: flex;
  align-items: center;
}

.grid {
  display: grid;
}

/* ---------------Blocks--------------- */

/* -----Header----- */

.header_bcg_c4ea77126c1cd7f92d0c9c93c9e43205 {
  background-color: var(--header-color);
}

.the_header_c4ea77126c1cd7f92d0c9c93c9e43205 {
  position: relative;
  /*   max-width: 1600px;
  margin: 0 auto; */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 83px 38px;
  grid-template-areas:
    "ht"
    "hb";
}

.header--container_c4ea77126c1cd7f92d0c9c93c9e43205 {
  padding: 0 10px;
  /* border: 2px dashed #242424; */
}

.header--top_container_c4ea77126c1cd7f92d0c9c93c9e43205 {
  grid-area: ht;
  background-color: var(--header-top-color);
}

.header--bot_container_c4ea77126c1cd7f92d0c9c93c9e43205 {
  grid-area: hb;
  background-color: var(--header-bot-color);
}

.header_top_c4ea77126c1cd7f92d0c9c93c9e43205,
.header_bot_c4ea77126c1cd7f92d0c9c93c9e43205 {
  height: 100%;
  flex-grow: 1;
}

.header_top_c4ea77126c1cd7f92d0c9c93c9e43205 {
}

.header_bot_c4ea77126c1cd7f92d0c9c93c9e43205 {
}

.header--split_c4ea77126c1cd7f92d0c9c93c9e43205 {
  flex-basis: 50%;
  height: 100%;
  color: #fff;
  font-weight: 700;
}

.header--split_c4ea77126c1cd7f92d0c9c93c9e43205 span {
  font-size: 12px;
}

.header--split_left_c4ea77126c1cd7f92d0c9c93c9e43205 {
}

.header--split_right_c4ea77126c1cd7f92d0c9c93c9e43205 {
  justify-content: flex-end;
}

/* -----Logo----- */

.logo_container_c4ea77126c1cd7f92d0c9c93c9e43205 {
  /* border: 2px dashed #242424; */
}

.logo_c4ea77126c1cd7f92d0c9c93c9e43205 {
  width: 130px;
}

/* -----Logo-Elements----- */

.logo--img_c4ea77126c1cd7f92d0c9c93c9e43205 {
  width: 100%;
}

/* -----Icons----- */

.icons_c4ea77126c1cd7f92d0c9c93c9e43205 {
  height: 100%;
  justify-content: space-between;
  font-weight: 300;
  margin-left: auto;
  /* border: 2px dashed #242424; */
}

.icons--icon_element_c4ea77126c1cd7f92d0c9c93c9e43205 {
  cursor: pointer;
  justify-content: center;

  /* gap: 10px; */
}

.icon_element-row {
  flex-direction: row;
}

.icons--container_c4ea77126c1cd7f92d0c9c93c9e43205 {
  width: 48px;
}

.icon_c4ea77126c1cd7f92d0c9c93c9e43205 {
  width: 100%;
}

.icons--text {
  font-size: 14px;
}

.icons--divider {
  height: 15px;
  content: "";
  width: 2px;
  background-color: #363436;
}

/* -----Icons-Modyfires----- */

.icon_element-row {
  flex-direction: row;
}

/* -----Burger----- */

.burger {
  height: 100% !important;
  /* border: 2px dashed #242424; */
}

.burger--icon {
  color: #363436 !important;
  font-size: 25px !important;
}

/* -----Nav----- */

.the_nav {
  gap: 40px;
  /* border: 2px dashed #242424; */
}

/* -----Nav-Elements----- */

.nav--link {
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}

.nav--link::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background: #004ea8;
  transition: width 0.2s;
  border: 0;
  margin-left: 0;
}

/* .nav--link:hover::after {
  width: 100% !important;
} */
.nav--link:hover {
  opacity: 0.7;
}

/* -----Nav-Link-Modifiers----- */

.nav--link-colored {
  color: red;
}

/* -----Search----- */

.search {
  height: 40px;
}

/* -----Search-Elements----- */

.search--btn {
  cursor: pointer;
  height: 100%;
  background-color: #fff;
}

/* -----Search--Btn-Modifiers----- */

.search--btn-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px;
}

.search--btn-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-right: 10px;
}

.search--input {
  outline: 0;
  border: none;
  padding: 0 10px;
  height: 100%;
  width: 100%;
  /* border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; */
}

.search--input::placeholder {
  padding-left: 10px;
  color: #9b9b9b;
}

.search--input:focus {
  color: black;
}

/* -----Buttons----- */

.btn_container {
  position: relative;
  cursor: pointer;
  border-radius: 28px;
  background-color: #fff;
}

/* .btn_container:hover {
  background-color: #E9E9E9;
  border: 2px solid #dfdfdf;
} */

/* -----Button-Elements----- */

.btn_container--btn {
  position: relative;
  display: inline-flex;
  padding: 10px 22px;
  height: 40px;
  /* color: #fff; */
  /* text-transform: uppercase; */
  /* font-size: 18px; */
  font-weight: 300;
  /* letter-spacing: 1.4px; */
}

.btn_icon_container {
  width: 18px;
  margin-right: 8px;
}

.btn_text_row_container {
  gap: 5px;
}

/* ------------------ */

.arr {
  margin-top: -7px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1em;
}

/* ---------------Elements--------------- */

.header--angle_divider {
  border-top: 100px solid;
  border-top-color: #f4f5f5;
  border-right: 53px solid;
  border-right-color: #115740;
}

/* ---------------Media--------------- */

.header_mobile,
.md_item,
.sm_item {
  display: none;
}

/* ---------------------------------- */
